home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Media Design Review 1999
/
Interactive Media Design Review 1999.iso
/
pc
/
Demos
/
Herois
/
Codigo.Cst
/
00124_Verbetes- vaiTipoVerbete.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-03-19
|
382 b
|
15 lines
on mouseUp me
puppetSound 2,"Warp1"
set spr = the spriteNum of me
set x = the mouseH - the locH of sprite spr
set x = 3 * x / (the width of sprite spr + 1)
global gAstroAtual, gEquipeAtual, gHeroiAtual
sendAllSprites(#cleanSprite)
if x = 0 then
vaiVerbete gHeroiAtual
else if x = 1 then
vaiVerbete gEquipeAtual
else
vaiVerbete gAstroAtual
end if
end